_MI_SYSTEM_PTE_TYPE

//0x34 bytes (sizeof) struct _MI_SYSTEM_PTE_TYPE { struct _RTL_BITMAP Bitmap; //0x0 struct _MMPTE* BasePte; //0x8 ULONG Flags; //0xc enum _MI_SYSTEM_VA_TYPE VaType; //0x10 ULONG* FailureCount; //0x14 ULONG PteFailures; //0x18 union { ULONG SpinLock; //0x1c struct _EX_PUSH_LOCK* GlobalPushLock; //0x1c }; struct _MMSUPPORT* Vm; //0x20 volatile ULONG TotalSystemPtes; //0x24 ULONG Hint; //0x28 struct _MI_CACHED_PTES* CachedPtes; //0x2c volatile ULONG TotalFreeSystemPtes; //0x30 };